entry: Allocate the progress bar only what it needs
authorMatthias Clasen <mclasen@redhat.com>
Sun, 10 Dec 2017 04:48:35 +0000 (23:48 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 10 Dec 2017 04:48:35 +0000 (23:48 -0500)
commitc35cb0eb1be9deb87295855b27f88057899d07b1
tree22eaa3d3130b0132534e4eb148764db8236cc1c4
parent69344322d115eed5a79a440a3f951724a1fcaa36
entry: Allocate the progress bar only what it needs

We were allocating the progress bar to the full size
of the entry. This made entry icons loose their cursors,
since they were 'covered' by the progress bar, even though
it doesn't draw anything there.
gtk/gtkentry.c